home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-24 | 2.1 KB | 50 lines | [TEXT/MPCC] |
- Everything for building in Metrowerks, MPW or THINK is included.
-
- Metrowerks C users:
-
- The only project files I created for Metrowerks are for PowerPC. If you also wish
- to build for 68k, you'll have to create your own project file, which should take
- just a few minutes. I wanted to keep the archive size down as much as possible.
- (The really interesting build with Metrowerks is for PowerPC anyway.)
-
- To build the samples:
-
- 1) Open the project file ATGHeaders.project (found in DTS.Lib:DTS.Lib.headers)
- and pre-compile the headers. Save as ATGHeaders in the appropriate place.
- 2) Open the project file “ATG.controls.π”, found in the DTS.Lib folder. Build it
- and save the library where appropriate.
- 3) Repeat steps 3 and 4 for the libraries:
- “DTS.Lib..ctlhandler.π”,
- “DTS.Lib..framework.π”,
- “DTS.Lib..gwlayers.π”,
- “DTS.Lib..listvar.π”,
- “DTS.Lib..strings.π”,
- “DTS.Lib..sys6help.π”,
- “DTS.Lib..treeobj.π”,
- “DTS.Lib..utils.π”.
- and “DTS.Lib..window.π”.
- 4) Build the sample applications.
- Don't forget to rename the .π.rsrc files to parallel the project name by
- inserting a .PPC in front of the .π.rsrc suffix. If you don't do this, then
- the application will be build without resources, and when run, it isn't fun.
- (Again, I tried to keep the archive size down. The resource file name is
- correct for THINK, and almost correct for Metrowerks.)
-
-
- NOTE: The DTS.Lib framework has QuickTime support. Due to this, you will need the
- QuickTime headers to be able to compile it. This is a bit of a trick with
- Metrowerks right now. You first need to get the latest QuickTimeLib.xcoff
- from the FastTrack tools, and then use MakePef to create the pef file. The
- pef file is then placed where the linker can find it when building the
- sample applications. You will also need to do this for sound when you build
- Kibitz. Also, weak linking isn't available in Metrowerks yet, so you MUST have
- these libraries for Metrowerks PowerPC right now.
-
-
- If you have any comments or questions, please let me know. I want to continue
- to make this stuff easier to use, while being more useful, so let me know what
- you think, or it won't happen.
-
-
- Eric Soldan
-